home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Technotools
/
Technotools (Chestnut CD-ROM)(1993).ISO
/
batch
/
bbb_v21
/
bbbdemo.bat
< prev
next >
Wrap
DOS Batch File
|
1991-11-25
|
1KB
|
29 lines
@echo off
REM
REM This batch demonstrates some of BBB's features - see BBB.DOC for details
REM
bbb ansitest>nul
if errorlevel 255 goto noansi
bbb c 3 4 ! m c40 # $ ScreenTest ~ 88 ^ c 0 6 b 8 10 16 30 F B
bbb b 9 11 15 29 E D @ 12 17 ? Welcome!~ ; @ 25 1 ) ? Press a Key...~ p 0
bbb m c80 ^ # ? It's ~ d @ 1 17 ? at ~ t c 3 4 ! b 11 14 14 65 f d
bbb @ 12 21 ? Progress meter using GAUGE command...~ ^ @ 13 15 g 0
bbb @ 13 15 { g 25 } p 1 { g 50 } p 1 { g 75 } p 1 { g 100 } p 1
:Top
bbb ^ # @ 3 1 ? Enter your name here: ~ + f i yourname e
bbb e ? You entered %yourname%, or, in all uppercase, ~ u yourname
bbb ? %yourname% ~ e e ? Repeat or Continue? (R/C) ~ q RC
IF Errorlevel 1 IF NOT Errorlevel 2 GOTO Top
SET yourname=
bbb ^ # * b 1 1 4 80 E C 014 @ 2 2 $ ▒~ 78 @ 2 34 ? -Instructions-~
bbb ^ @ 3 2 $ :~ 20 ? For further instructions see BBB.DOC.~ $ :~ 20
bbb @ 5 1 a 3
bbb
goto end
:noansi
bbb + + + ! ; ? ANSI.SYS not loaded! ~ reset ? - BBB needs ANSI.SYS to work.~
:end